Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/app.js
252 Views
0 Comments
const song = document.querySelector(".song");
const play = document.querySelector(".play");
const replay = document.querySelecto
index.html /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/index.html
401 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
sounds /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/sounds/
2 Items
  • beach.mp3
  • rain.mp3
  • style.css /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/style.css
    166 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    .app {
    height: 100vh;
    svg /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/svg/
    7 Items
  • beach.svg
  • moving-outline.svg
  • pause.svg
  • play.svg
  • rain.svg
  • replay.svg
  • track-outline.svg
  • video /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/video/
    4 Items
  • beach.mp4
  • rain.mp4
  • rain2.mp4
  • sunset2.mp4